今回のエラー
Warning (spacemacs): An error occurred while retrieving the theme, using default theme. (error: (file-error Cannot open load file No such file or directory autothemer))
解決方法
ココらへんでも話題にされているエラーですが、
wget https://raw.githubusercontent.com/magnars/dash.el/master/dash.el
wget https://raw.githubusercontent.com/sebastiansturm/autothemer/master/autothemer.el
;; user-init
(load-file "~/spacemacs/dash.el")
(load-file "~/spacemacs/autothemer.el")